3.212 \(\int \frac{x^5}{(a+b x)^7} \, dx\)

Optimal. Leaf size=17 \[ \frac{x^6}{6 a (a+b x)^6} \]

[Out]

x^6/(6*a*(a + b*x)^6)

_______________________________________________________________________________________

Rubi [A]  time = 0.0119152, antiderivative size = 17, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 11, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.091 \[ \frac{x^6}{6 a (a+b x)^6} \]

Antiderivative was successfully verified.

[In]  Int[x^5/(a + b*x)^7,x]

[Out]

x^6/(6*a*(a + b*x)^6)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 2.3291, size = 12, normalized size = 0.71 \[ \frac{x^{6}}{6 a \left (a + b x\right )^{6}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**5/(b*x+a)**7,x)

[Out]

x**6/(6*a*(a + b*x)**6)

_______________________________________________________________________________________

Mathematica [B]  time = 0.0182617, size = 64, normalized size = 3.76 \[ -\frac{a^5+6 a^4 b x+15 a^3 b^2 x^2+20 a^2 b^3 x^3+15 a b^4 x^4+6 b^5 x^5}{6 b^6 (a+b x)^6} \]

Antiderivative was successfully verified.

[In]  Integrate[x^5/(a + b*x)^7,x]

[Out]

-(a^5 + 6*a^4*b*x + 15*a^3*b^2*x^2 + 20*a^2*b^3*x^3 + 15*a*b^4*x^4 + 6*b^5*x^5)/
(6*b^6*(a + b*x)^6)

_______________________________________________________________________________________

Maple [B]  time = 0.01, size = 87, normalized size = 5.1 \[{\frac{5\,{a}^{3}}{2\,{b}^{6} \left ( bx+a \right ) ^{4}}}+{\frac{{a}^{5}}{6\,{b}^{6} \left ( bx+a \right ) ^{6}}}-{\frac{10\,{a}^{2}}{3\,{b}^{6} \left ( bx+a \right ) ^{3}}}+{\frac{5\,a}{2\,{b}^{6} \left ( bx+a \right ) ^{2}}}-{\frac{1}{ \left ( bx+a \right ){b}^{6}}}-{\frac{{a}^{4}}{{b}^{6} \left ( bx+a \right ) ^{5}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^5/(b*x+a)^7,x)

[Out]

5/2*a^3/b^6/(b*x+a)^4+1/6*a^5/b^6/(b*x+a)^6-10/3*a^2/b^6/(b*x+a)^3+5/2*a/b^6/(b*
x+a)^2-1/(b*x+a)/b^6-a^4/b^6/(b*x+a)^5

_______________________________________________________________________________________

Maxima [A]  time = 1.36247, size = 162, normalized size = 9.53 \[ -\frac{6 \, b^{5} x^{5} + 15 \, a b^{4} x^{4} + 20 \, a^{2} b^{3} x^{3} + 15 \, a^{3} b^{2} x^{2} + 6 \, a^{4} b x + a^{5}}{6 \,{\left (b^{12} x^{6} + 6 \, a b^{11} x^{5} + 15 \, a^{2} b^{10} x^{4} + 20 \, a^{3} b^{9} x^{3} + 15 \, a^{4} b^{8} x^{2} + 6 \, a^{5} b^{7} x + a^{6} b^{6}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^5/(b*x + a)^7,x, algorithm="maxima")

[Out]

-1/6*(6*b^5*x^5 + 15*a*b^4*x^4 + 20*a^2*b^3*x^3 + 15*a^3*b^2*x^2 + 6*a^4*b*x + a
^5)/(b^12*x^6 + 6*a*b^11*x^5 + 15*a^2*b^10*x^4 + 20*a^3*b^9*x^3 + 15*a^4*b^8*x^2
 + 6*a^5*b^7*x + a^6*b^6)

_______________________________________________________________________________________

Fricas [A]  time = 0.205751, size = 162, normalized size = 9.53 \[ -\frac{6 \, b^{5} x^{5} + 15 \, a b^{4} x^{4} + 20 \, a^{2} b^{3} x^{3} + 15 \, a^{3} b^{2} x^{2} + 6 \, a^{4} b x + a^{5}}{6 \,{\left (b^{12} x^{6} + 6 \, a b^{11} x^{5} + 15 \, a^{2} b^{10} x^{4} + 20 \, a^{3} b^{9} x^{3} + 15 \, a^{4} b^{8} x^{2} + 6 \, a^{5} b^{7} x + a^{6} b^{6}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^5/(b*x + a)^7,x, algorithm="fricas")

[Out]

-1/6*(6*b^5*x^5 + 15*a*b^4*x^4 + 20*a^2*b^3*x^3 + 15*a^3*b^2*x^2 + 6*a^4*b*x + a
^5)/(b^12*x^6 + 6*a*b^11*x^5 + 15*a^2*b^10*x^4 + 20*a^3*b^9*x^3 + 15*a^4*b^8*x^2
 + 6*a^5*b^7*x + a^6*b^6)

_______________________________________________________________________________________

Sympy [A]  time = 2.65751, size = 128, normalized size = 7.53 \[ - \frac{a^{5} + 6 a^{4} b x + 15 a^{3} b^{2} x^{2} + 20 a^{2} b^{3} x^{3} + 15 a b^{4} x^{4} + 6 b^{5} x^{5}}{6 a^{6} b^{6} + 36 a^{5} b^{7} x + 90 a^{4} b^{8} x^{2} + 120 a^{3} b^{9} x^{3} + 90 a^{2} b^{10} x^{4} + 36 a b^{11} x^{5} + 6 b^{12} x^{6}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**5/(b*x+a)**7,x)

[Out]

-(a**5 + 6*a**4*b*x + 15*a**3*b**2*x**2 + 20*a**2*b**3*x**3 + 15*a*b**4*x**4 + 6
*b**5*x**5)/(6*a**6*b**6 + 36*a**5*b**7*x + 90*a**4*b**8*x**2 + 120*a**3*b**9*x*
*3 + 90*a**2*b**10*x**4 + 36*a*b**11*x**5 + 6*b**12*x**6)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.20679, size = 84, normalized size = 4.94 \[ -\frac{6 \, b^{5} x^{5} + 15 \, a b^{4} x^{4} + 20 \, a^{2} b^{3} x^{3} + 15 \, a^{3} b^{2} x^{2} + 6 \, a^{4} b x + a^{5}}{6 \,{\left (b x + a\right )}^{6} b^{6}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^5/(b*x + a)^7,x, algorithm="giac")

[Out]

-1/6*(6*b^5*x^5 + 15*a*b^4*x^4 + 20*a^2*b^3*x^3 + 15*a^3*b^2*x^2 + 6*a^4*b*x + a
^5)/((b*x + a)^6*b^6)